Discover, extract, and interact with the web - one interface powering automated access across the public internet.
Overview
what is Bright Data MCP?
Bright Data MCP is an official server for the Model Context Protocol (MCP) that enables clients to reference public web data for decision-making.
how to use Bright Data MCP?
To use Bright Data MCP, set up an account on Bright Data, obtain your API key, create a Web Unlocker proxy zone, and configure your MCP server with the necessary environment variables.
key features of Bright Data MCP?
- Integration with various MCP clients like Claude Desktop and OpenAI Agents.
- Ability to query public web data for real-time information.
- Support for browser control tools for enhanced data scraping.
use cases of Bright Data MCP?
- Querying upcoming movie releases in a specific area.
- Retrieving real-time market cap information for companies.
- Accessing daily Wikipedia articles.
- Getting weather forecasts for specific locations.
FAQ from Bright Data MCP?
- What is the purpose of Bright Data MCP?
It allows clients to make informed decisions based on real-time public web data.
- Is there a cost associated with using Bright Data MCP?
New users receive free credits for testing, with pay-as-you-go options available.
- How do I troubleshoot timeouts?
Increase the timeout settings in your agent to accommodate slower loading pages.
Server Config
{
"mcpServers": {
"Bright Data": {
"command": "npx",
"args": [
"@brightdata/mcp"
],
"env": {
"API_TOKEN": "<insert-your-api-token-here>",
"WEB_UNLOCKER_ZONE": "<optional if you want to override the default mcp_unlocker zone name>",
"BROWSER_AUTH": "<optional if you want to enable remote browser control tools>"
}
}
}
}